vcSetNextFlowStepStatement
Statement that overwrites the next process information in product instances, enabling jumps and loops.
See in: Overview
Module: vcProcessModel
Parent: vcStatement
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| FlowInfoVariableName | String | RW | Gets or sets name of the Process variable where to get the flow step info object. |
| ForceExactFlowStepProperty | vcExpressionProperty | R | Gets an expression property indicating whether a Product must go to a process in the specified flow step, ignoring any optional steps evaluation logic. |
| ForceExactProcessGroupProperty | vcExpressionProperty | R | Gets an expression property indicating whether a Product instance must go to a specified Process within specific flow step, ignoring any optional steps or alternative Processes. |
| ProductVariableName | String | RW | Gets or sets name of the Process variable where to get the Product instances. |
| RetainVisitCountProperty | vcExpressionProperty | R | Gets an expression property which defines if products process visit counts for all visited processes should be reset back to zero or preserved as they are when this statement is executed. The default is to retain the visit counts. |